body{background-color: #f8f8f8;}
header{height: 160px;}
.nav{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #d71c12;
}
.nav span{
    display: block;
    float: left;
    width: 225px;
    height: 48px;
    background-color: #d71c12;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.nav p{
    float: left;
    margin-left: 45px;
}
.nav p a{
    display: block;
    float: left;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-right: 25px;
}
.nav p a:hover{
    color: #d71c12;
}
.nav-active{
    color: #d71c12;
}
main{
    height: 300px;
}
.main-left{
    width: 225px;
    height: 300px;
    background-color: #fff;
    padding: 15px 10px 0;
}
.main-left ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main-left ul li{
    width: 65px;
    height: 31px;
    line-height: 31px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-left ul li a{
    position: relative;
    color: #666;
}
.main-left ul li a i{
    position: absolute;
    width: 18px;
    height: 10px;
    top: -8px;
    right: -15px;
    background: url(../images/hot.png) no-repeat;
}
.main-cont{
    width: 700px;
    height: 285px;
    margin: 15px 0 0 15px;
}
/* 轮播 */
.play{
    width: 520px;
    height: 285px;
    float: left;
}
/* 本例子css */
.slideBox {
    width: 520px;
    height: 285px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    width: 100%;
    height: 10px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    bottom: 15px;
}

.slideBox .hd ul {
    /* overflow: hidden; */
    zoom: 1;
    width: 100%;
    height: 10px;
    display: flex;
    justify-content: center;
}
.slideBox .hd ul li {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background-color: #676767;
    cursor: pointer;
    border-radius: 25px;
}
.slideBox .hd ul li.on {
    width: 25px;
    transition: width 0.5s;
    background: #ff4f46;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 520px;
    height: 285px;
    display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    display: block;
    width: 22px;
    height: 29px;
    background: url(../images/play-left.png);
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    display: block;
    width: 22px;
    height: 29px;
    right: 0;
    background: url(../images/play-right.png);
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}
/* 轮播结束 */
.sm-ad{
    width: 160px;
    height: 285px;
    float: right;
}
.sm-ad a{
    display: block;
    width: 160px;
    height: 85px;
    overflow: hidden;
    margin-top: 15px;
}
.sm-ad a:first-child{margin: 0;}
.sm-ad a img{
    width: 100%;
    height: 100%;
}

.sm-rg{
    width: 160px;
    height: 285px;
    float: right;
}
.sm-rg a{
    display: block;
    width: 160px;
    height: 85px;
    overflow: hidden;
    margin-top: 15px;
}
.sm-rg a:first-child{margin: 0;}
.sm-rg a img{
    width: 100%;
    height: 100%;
}

.main-right{
    width: 245px;
    height: 285px;
    margin-top: 15px;
    padding: 5px 10px 0;
    background-color: #fff;
}
.main-tab{
    height: 30px;
    display: flex;
    justify-content: space-between;
}
.main-tab span{
    display: block;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.main-tab-span{
    color: #ff4439;
}
.main-tab-span::after{
    position: absolute;
    content: "";
    left: 17px;
    bottom: 0;
    width: 33px;
    height: 2px;
    background-color: #ff4439;
}
.main-right ul{
    width: 100%;
    height: 240px;
    margin-top: 8px;
}
.main-right ul li{display: none;}
.main-right ul a{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.main-right ul a::after{
    position: absolute;
    content: "";
    width: 3px;
    height: 2px;
    background-color: #999;
    top: 14px;
    left: 0;
}
.main-right ul a:hover{
    color: #ff4439 !important;
}
/* 在线企业 */
.line{
    height: 160px;
    margin-top: 15px;
    background-color: #fff;
    padding: 10px 15px;
}
.line h3{
    height: 30px;
    line-height: 30px;
}
.line h3 strong{
    font-size: 16px;
    font-weight: bold;
    float: left;
}
.line h3 p{float: right;color: #dcdcdc;}
.line h3 p em{
    margin: 0 20px;
}
.line h3 p a{
    color: #666;
}
.line ul{
    width: 100%;
    height: 90px;
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
}
.line ul li{
    width: 285px;
    height: 90px;
}
.line-img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 90px;
    border: 1px solid #eee;
    overflow: hidden;
    float: left;
}
.line ul li div{
    width: 153px;
    height: 90px;
    float: right;
}
.line ul li div p{
    height: 30px;
    line-height: 30px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.line ul li div p a{
    font-size: 16px;
}
/* 广告图 */
.adv{
    width: 1200px;
    height: 70px;
    overflow: hidden;
    margin: 10px auto;
}
/* 二分之一 */
.banner-two {
    margin-top: 2px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.banner-two a {
    display: block;
    height: 70px;
    overflow: hidden;
    float: left;
    width: 599px;
    margin-bottom: 2px;
}
/* 热门品牌 */
.hot{
    margin-top: 15px;
}
.hottop{margin-top: 0;}
.hot h3{
    height: 30px;
    line-height: 30px;
}
.hot h3 strong{
    font-size: 22px;
    font-weight: bold;
    float: left;
}
.hot h3 img{
    float: left;
    margin: 10px 0 0 20px;
}
.hot h3 a{
    float: right;
    color: #999;
}
.hot ul{
    width: 100%;
    margin-top: 8px;
}
.hot ul li{
    float: left;
    width: 220px;
    height: 230px;
    margin-right: 25px;
    margin-bottom: 15px;
    background-color: #fff;
}
.hot ul li:nth-child(5n){margin-right: 0;}
.hot-img{
    display: block;
    overflow: hidden;
    width: 220px;
    height: 170px;
    margin-bottom: 8px;
}
.hot ul li p{
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
}
.hot ul li p a{font-weight: bold;}
.hot ul li p strong{font-weight: bold;color: #e60012;}
.hot ul li p span{
    font-size: 12px;
    color: #999999;
    margin-left: 10px;
}
/* 加盟热点 */
.league{
    height: 455px;
	margin-top:15px;
}
.league h3{
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}
.league h3 strong{
    font-size: 22px;
    font-weight: bold;
    float: left;
}
.league h3 img{
    float: left;
    margin: 10px 0 0 20px;
}
.league-left{
    width: 865px;
    /* height: 490px; */
    float: left;
	
}
.zixun{
    width: 100%;
    height: 450px;
    background-color: #fff;
    padding: 15px 10px;
}
/* 轮播 */
.league-play{
    width: 265px;
    height: 420px;
    float: left;
}
/* 本例子css */
.slideBox1 {
    width: 265px;
    height: 420px;
    overflow: hidden;
    position: relative;
}

.slideBox1 .hd {
    width: 100%;
    height: 10px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    bottom: 15px;
}

.slideBox1 .hd ul {
    /* overflow: hidden; */
    zoom: 1;
    width: 100%;
    height: 10px;
    display: flex;
    justify-content: center;
}
.slideBox1 .hd ul li {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background-color: #ff5a5c;
    cursor: pointer;
    border-radius: 25px;
}
.slideBox1 .hd ul li.on {
    width: 25px;
    transition: width 0.5s;
    background: #ff5a5c;
}

.slideBox1 .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox1 .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox1 .bd img {
    width: 265px;
    height: 420px;
    display: block;
}
.zixun-box{
    width: 540px;
    height: 420px;
    float: right;
}
.zixun-box dl{
    width: 100%;
    height: 185px;
}
.zixun-box dl:first-child{
    height: 210px !important;
    border-bottom: 1px dotted #c0c0c0;
    margin-bottom: 15px;
}
.zixun-box dl dt{
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}
.zixun-box dl dt span{
    float: left;
    display: block;
    width: 75px;
    height: 30px;
    text-align: center;
    background-color: #ff5a5c;
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
    border-radius: 5px
}
.lv{background: #4ccf9e !important;}
.zixun-box dl dt a{
    display: block;
    float: left;
    width: 455px;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zixun-box dl dd{
    width: 100%;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    padding-left: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.zixun-box dl dd::after{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ff5a5c;
    top: 15px;
    left: 0;
}
.zixun-box dl dd a{
    font-size: 16px;
    color: #666;
	width: 480px;
    float: left;
    overflow: hidden;
}
.zixun-box dl dd span{
	float:right;
	font-size: 14px;
    color: #666;
}
/* 品牌排行榜 */
.league-right{
    width: 320px;
    /* height: 490px; */
    float: right;
}
.league-right ul{
    height: 450px;
    background-color: #fff;
    padding: 5px 20px;
}
.league-right ul li{
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    border-bottom: 1px dotted #d2d2d2;
}
.league-right ul li:last-child{border: 0;}
.league-right ul li em{
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background-color: #cbcaca;
    color: #fff;
    float: left;
    margin: 13px 12px 0 0;
}
.em1{background-color: #ff5a5c !important;}
.em2{background-color: #4ccf9e !important;}
.em3{background-color: #2a95ff !important;}
.league-right ul li a{
    display: block;
    float: left;
    /* width: 160px; */
	width: 153px;
    height: 44px;
    float: left;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.league-right ul li span{
    float: right;
    color: #ff5a5c;
}
/* 优选品牌 */
.excellent{
    height: 380px;
    margin-top: 15px;
}
.excellent h3{
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}
.excellent h3 strong{
    font-size: 22px;
    font-weight: bold;
    float: left;
}
.excellent h3 img{
    float: left;
    margin: 10px 0 0 20px;
}
.excellent h3 a{
    float: right;
    color: #999;
    font-size: 14px;
}
.excellent-left{
    width: 865px;
    height: 380px;
    float: left;
}
.excellent-left div{
    height: 340px;
    background-color: #fff;
    padding: 20px;
}
.excellent-left div a{
    display: block;
    float: left;
    width: 130px;
    height: 37px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 43px;
    color: #b75455;
}
.excellent-left div a:nth-child(5n){margin-right: 0;}
.excellent-right{
    width: 320px;
    height: 380px;
    float: right;
	border: 1px solid #f8f8f8;
	margin-bottom: 20px;
}
.excellent-tab{
    height: 40px;
    display: flex;
    justify-content: space-between;
}
.excellent-tab span{
    display: block;
    width: 160px;
    height: 40px;
    line-height: 35px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
	overflow: hidden;
}
.excellent-span-active{
    color: #ff5a5c;
    border-bottom: 1px solid #ff5a5c;
	width: 200px;
}
.excellent-right ul{
    width: 100%;
    height: 340px;
    padding: 10px 15px 0;
    /* background: #fff; */
}
.excellent-right ul li{display: none;}
.excellent-right ul li a{
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 16px;
}
.excellent-right ul li a::after{
    position: absolute;
    content: "";
    width: 8px;
    height: 7px;
    background: url(../images/ling.png) no-repeat;
    top: 14px;
    left: 0;
}
/* 自考学校资讯专区 */
.zikao{
    margin-top: 15px;
    height: 450px;
}
.zikao h3 {
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}
.zikao h3 i{
    width: 27px;
    background: url(../images/h3_bg.png) no-repeat -141px center;
} 
.zikao h3 strong {
    font-weight: bold;
    font-size: 22px;
    margin-left: 8px;
}
.zikao-title{
    float: right;
    line-height: 45px;
}
.zikao-title span{
    font-size: 16px;
    color: #666;
    cursor: pointer;
}
.zikao-title-active{
    font-weight: bold;
    color: #ff3441 !important;
}
.zikao-title em{
    color: #999;
    margin: 0 15px;
}
.zikao ul{
    width: 1200px;
    height: 390px;
}
.zikao ul li{
    height: 390px;
    display: none;
}
.zikao-li-active{display: block !important;}
.zikao ul li dl{
    width: 32%;
    /* height: 426px; */
    float: left;
    margin-left: 20px;
    background: #fff;
}
.zikao ul li dl:first-child{margin-left: 0;}
.zikao ul li dl dt{
    width: 384px;
    height: 200px;
    margin-bottom: 10px;
}
.zikao ul li dl dt a{
    display: block;
    /* width: 285px; */
    /* height: 150px; */
    position: relative;
}
.zikao ul li dl dt a span{
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
    left: 0;
    bottom: 0;
}
.zikao ul li dl dd{
    /* height: 220px; */
    padding: 0 10px;
}
.zikao ul li dl dd p{
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dotted #f2f2f2;
}
.zikao ul li dl dd p:last-child{border: 0;}
.zikao ul li dl dd p a{
    display: block;
    width: 322px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    color: #666;
    padding-left: 13px;
    position: relative;
	cursor: pointer;
    
}
.zikao ul li dl dd p a::after{
    position: absolute;
    content: "";
    width: 8px;
    height: 7px;
    background: url(../images/ling.png) no-repeat;
    top: 14px;
    left: 0;
	
	display: block;
    cursor: pointer;
    visibility: visible;
}

.zikao ul li dl dd p span{
    float: right;
    color: #999;
	font-size: 14px;
}
/*首页自考专业*/
.box-mar {
    width: 1200px;
    margin: 0 auto;
}
.box-mar {
    width: 1200px;
    margin: 0 auto;
}
ul {
    list-style: none;
}
*, input {
    -webkit-box-sizing: border-box;
}

.hottest-t .hottest-t-wrap .hottest-cont .db {
    display: block !important;
	height: 158px;
	clear: both;
}

.hottest-t{margin-top:25px}.hottest-t .hottest-t-wrap .hottest-title{height:40px;line-height:40px;background-color:#eaeaea}.hottest-t .hottest-t-wrap .hottest-title ul li{float:left}.hottest-t .hottest-t-wrap .hottest-title ul li a{padding:0 30px;font-size:16px;color:#555}.hottest-t .hottest-t-wrap .hottest-title ul li.on{background-color:#e60811}.hottest-t .hottest-t-wrap .hottest-title ul li.on a{color:#fff}.hottest-t .hottest-t-wrap .hottest-cont{padding:20px 20px 5px;background-color:#fff}
.hottest-t .hottest-t-wrap .hottest-cont ul{
	display:none;
}
.hottest-t .hottest-t-wrap .hottest-cont ul li{float:left;width:140px;margin-right:30px}.hottest-t .hottest-t-wrap .hottest-cont ul li .pic-box{width:140px;height:110px}.hottest-t .hottest-t-wrap .hottest-cont ul li .font-box p{margin-top:15px;text-align:center}.hottest-t .hottest-t-wrap .hottest-cont ul li .font-box p a{font-size:16px;color:#4d4c4c}.hottest-t .hottest-t-wrap .hottest-cont ul li .font-box p span{font-size:16px;color:#e60811}.hottest-t .hottest-t-wrap .hottest-cont ul li:last-child{margin-right:0}
.hottest-t .hottest-t-wrap .hottest-cont ul:first-child{/* display:block */}

/* 餐饮品牌专区 */
.special{
    margin-top: 15px;
}
.special h3{
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}
.special h3 strong{
    font-size: 22px;
    font-weight: bold;
    float: left;
}
.special h3 img{
    float: left;
    margin: 10px 0 0 20px;
}
.special h3 p{float: right;margin-top: 2px;}
.special h3 p a{
    display: block;
    float: left;
    margin-right: 10px;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    border-radius: 5px;
    font-size: 16px;
}
.special-a{
    background: #ff5a5c;
    color: #fff !important;
}
.special-box{
    background: #fff;
    padding: 15px 15px 0;
}
.special-box li{
    float: left;
    width: 130px;
    height: 130px;
    margin-bottom: 15px;
    margin-right: 18px;
}
.special-box li:nth-child(8n){margin-right: 0;}
.special-img{
    display: block;
    width: 100%;
    height: 90px;
    border: 1px solid #eee;
    overflow: hidden;
}
.special-img img{width: 100%;height: 100%;}
.special-box li p{
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.special-box li p a{color: #666;}

/* 餐饮美食行业热门资讯 */
.news{
    height: 400px;
    margin-top: 15px;
    background-color: #fff;
	margin: 0 auto;
    width: 1200px;
}
.news1{
    float: left;
    width: 320px;
    height: 400px;
    padding-top: 20px;
    border-right: 1px solid #eee;
}
.news2{
    float: left;
    width: 280px;
    height: 400px;
    padding-top: 20px;
}
.border{border-right: 1px solid #eee;}
.news h3{
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 0 18px;
}
.news h3 strong{
    font-size: 18px;
	border-bottom: 2px solid #0477c0;
    padding: 10px 0;
}
.news h3 a{
    float: right;
    color: #ff4545;
}
.news-box{
    padding: 0 10px;
}
.news-box a{
    display: block;
    height: 33px;
    line-height: 33px;
    font-size: 15px;
    color: #666;
    padding-left: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.news-box a::after{
    position: absolute;
    content: "";
    width: 8px;
    height: 7px;
    top: 12px;
    left: 0;
    background: url(../images/ling.png) no-repeat;
}

/*listnews*/
.wrap-left{
    width: 860px;
}
.sec-list {
    background-color: #f7f7f7;
}
.sec12 h3 {
    background-color: #fff;
    margin-bottom: 0 !important;
}
.sec-list h3 {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ececec;
    position: relative;
}
.sec-list h3 strong {
    font-size: 18px;
    color: #ff2121;
    font-weight: bold;
    margin-left: 25px;
}
.sec-list h3::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 16px;
    background-color: #ff2121;
    top: 17px;
    left: 15px;
}
ol, ul {
    list-style: outside none none;
    box-sizing: border-box;
}
.sec12 ul li {
    height: 130px;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 15px;
}
.list-img {
    display: block;
    width: 160px;
    height: 120px;
    float: left;
}
.list-box{
    float: right;
    width: 650px;
    height: 120px;
}
.list-box h4{
    height: 30px;
    line-height: 30px;
}
.list-box h4 a{
    display: block;
    width: 500px;
    height: 30px;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow : hidden;
    text-overflow: ellipsis;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-box h4 span{
    float: right;
    color: #999;
}
.list-box h4 i{
    font-size: 14px;
    margin-right: 6px;
}
.list-box p{
	font-size: 15px;
    height: 70px;
    line-height: 25px;
    color: #666;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 8px 0;
}
.list-box div{
    height: 20px;
    line-height: 20px;
}
.list-box div i{
    font-size: 12px;
    color: #999;
}
.list-box div span{
    color: #999;
    font-size: 12px;
    margin-right: 20px;
}

.page{
    width: 100%;
    height: 60px;
    padding: 15px 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    text-align: center;
}
.page li{
    display: inline-block;
    /*width: 30px;*/
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e5e5e5;
    color: #666;
    margin-right: 8px;
}
.page .active{
    border: 1px solid #ff3d34 !important;
    background-color: #ff3d34;
}
.page .active a{
    color: #fff !important;
}
.prev,.next{
    width: 58px !important;
}
.page span{
    display: inline-block;
    width: 20px;
    height: 30px;
    line-height: 35px;
    color: #666;
}

/* 右侧文章推荐 */ 
aside .aside_t{
    height: 30px;
    line-height: 30px;
    color: #242424;
    font-size: 18px;
    position: relative;
    text-indent: 15px;
}
aside .aside_t a{
    float: right;
    font-size: 14px;
    color: #999;
}
aside .aside_t::after{
    position: absolute;
    content: '';
    width: 4px;
    height: 18px;
    background: #e4251d;
    top: 6px;
    left: 0;
}

.move_r{
    width: 320px;
    height: 540px; 
    padding: 0 15px;
    background: #fff;
    padding-top: 15px;
	border: 1px solid #f8f8f8;
    /* margin-top: 20px; */
}  
.move_r ul li{
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
}
.move_r ul li:last-child{
    border: 0;
}
.move_r ul li h4{
    height: 20px;
    line-height: 20px;
}
.move_r ul li h4 span {
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    line-height: 14px;
    margin-top: 3px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.move_red{
    background: #e51717;
}
.move_grey{
    background: #c2c2c2;
}
.move_r ul li h4 a {
    display: block;
    float: left;
    font-size: 14px;
    color: #333;
    margin-left: 10px;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    } 
.move_r ul li .move_box{
    display: none;position: relative;
}
.move_r ul li:first-child h4{
    display: none;
}
.move_r ul li:first-child div{
    display: block;
} 
.move_box{
    height: 100px;position: relative;
}
.move_box em{
    display: block;
    float: left;
    width: 118px;
    height: 100px;
    border: 2px solid #e51717;
    padding: 5px;
    position: relative;
}
.move_box em img{
    width: 100%;height: 100%;
} 
.move_box dl{
    float: left;
    margin-left: 10px;
}
.move_box dl dt{
    line-height: 25px;
	width:132px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.move_box dl dt a{
    font-size: 15px;font-weight: 600;color: #e51717;
}
.move_box dl dd{
    color: #666;line-height: 25px;
}
.move_box dl dd a{
    color: #666;
} 

aside {
    float: right;
    width: 320px;
    padding: 15px;
    background-color: #fff;
    margin-bottom: 15px;
	width: 320px;
	border: 1px solid #f8f8f8;
}
aside .aside_t{
    height: 30px;
    line-height: 30px;
    color: #242424;
    font-size: 18px;
    position: relative;
    text-indent: 15px;
}
aside .aside_t a{
    float: right;
    font-size: 14px;
    color: #999;
}
aside .aside_t::after{
    position: absolute;
    content: '';
    width: 4px;
    height: 18px;
    background: #e4251d;
    top: 6px;
    left: 0;
}
.aside3 ul{
    margin-top: 5px;
}
.aside3 ul li{
    height: 35px;
    line-height: 35px;
    padding-left: 12px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.aside3 ul li::after{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #e4251d;
    border-radius: 50%;
    top: 15px;
    left: 0;
}
.aside3 ul li a{color: #666;}
.aside2 ul{margin-top: 5px;}
.aside2 ul li{
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #eee;
}
.aside2 ul li:last-child{border: 0;}
.aside2 ul li em{
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    line-height: 14px;
    color: #fff;
    background: #adadad;
    font-size: 12px;
    text-align: center;;
    margin-top: 11px;
    border-radius: 2px;
}
.aside2_red em{background: #ff5664 !important;}
.aside2 ul li a{
    display: block;
    width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    margin-left: 8px;
}
.aside2 ul li span{
    float: right;
    font-size: 12px;
    color: #e4251d;
    float: right;
}

/* 您可能感兴趣的项目 */
.interest{
    height: 200px;
    margin-top: 15px;
}
.interest h4{
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 10px;
}
.interest h4 a{
    float: right;
    color: #999;
}
.interest-box{
    height: 165px;
    border-top: 2px solid #d71c12;
    background: #fff;
    padding: 7px 15px 0;
}
.interest-box ul{
    width: 1170px;
    height: 100px;
    display: flex;
    justify-content: space-between;
}
.interest-box ul li{
	 float: left;
	 width: 130px;
	 height: 130px;
	 margin-bottom: 15px;
	 margin-right: 15px;
 
}
.interest-box ul li:first-child{/* margin: 0; */}
.interest-img{
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
    overflow: hidden;
}
.interest-txt{
    display: block;
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
    text-align: center;
    color: #666;
}
/* 友情链接 */
.friendship{
    width: 100%;
    padding: 1px 0 20px 0;
    margin-top: 15px;
    background: #f2f2f2;
}
.friendship h4{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.friendship h4 a{font-size: 14px;}
.friendship-cont a{
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #666;
    float: left;
    margin-right: 20px;
}

/*school学校*/
.school_header{background:url(../images/schoolheader.png) no-repeat center;height: 203px;position: relative;}
.school_header .schNavList{position: absolute;height: 56px;bottom: 0; background-color: rgba(23,23,46,0.7);width: 100%;}
.school_header .schNavList ul{width: 85%;margin:0 auto;min-width: 1300px;}
.school_header .schNavList ul li{display: inline-block; line-height: 56px;width: 152px;}
.school_header .schNavList ul li a{display: block; line-height: 56px;width: 100%;color: #fff;font-size: 16px;text-align: center;}
.school_header .schNavList ul li a:hover{color: red;}
.school_header .schNavList ul li a.current{background-color: #91161c}

.school_body{margin-top: 18px;}
.school_body:after{display: block;content: '';clear: both;}
.school_body .school_body_l{float: left;width:calc(100% - 340px); background-color: #fff;height: 510px;}
.school_body .school_body_r{width: 320px; float: right;}
.school_body_l_info{position: relative;height: 280px;}
.school_body_l_info .litpic{position: absolute;width: 37%;height: 242px;overflow: hidden;border:2px solid #dddbdb;left: 30px;top: 15px;}
.school_body_l_info .litpic img{width: 100%; min-height: 242px;}
.school_body_l_info dl{position: absolute;top: 37px;left: calc(37% + 50px); padding-top: 5px; width:calc(63% - 60px);}
.school_body_l_info dl dt{font-size: 22px;color: #333;height: 45px;}
.school_body_l_info dl dt span{background:url(../images/ico_x_click.png) no-repeat center left; padding-left: 16px; font-size: 14px; color: #3f3f3f;margin-left: 15px;}
.school_body_l_info>span{display: block;width: 78px;height: 32px;background:url(../images/ico_hongbu.png) no-repeat center left;position: absolute;right: 50px;top: 44px;line-height: 32px;color: #fff;padding-left: 28px;}
.school_body_l_info dl dd{line-height: 38px;color: #5b5b5b;font-size: 15px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block;white-space: normal; overflow:auto;line-height: 26px;margin-top: 5px;}
.school_body_l_info dl dd span{width: 35%;display: inline-block;}

.school_body_l_info dl dd a{color: #5b5b5b;margin-right: 20px; position: relative;}
.school_body_l_info dl dd a:after{display: block;position: absolute;content: '';right: -10px; height: 15px;border-left: 1px solid #8f8f8f;border-right: 1px solid #dedede;top: 4px;}
.school_body_l_info dl dd a:last-child{margin-right: 0}
.school_body_l_info dl dd a:hover{color: red;}
.school_body_l_info dl dd a:last-child:after{display: none;}
.school_body_l_info dl dd i{color: #fe4c4f;}

.school_body_l_newtit{background-color: #f1f5f8;line-height: 39px;margin: 0 50px 0 30px;font-size: 20px; color: #494949;padding-left: 10px;}
.school_body_l_newtit a{font-size: 12px;color: #494949;float: right;margin-right: 10px;}
.school_body_l_newtit a:hover{color: red;}


.school_body_l ul{margin: 0 50px 0 30px;}
.school_body_l ul li{float: left;width: 382px; margin-left: 2%;padding-left: 25px; line-height: 32px;border-bottom: 1px dashed #ededed;position: relative;color: #494949;font-size: 15px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.school_body_l ul li:after{width: 4px;height: 4px;background-color: #aeaeae;border-radius: 50%;position:absolute;left: 11px;top: 22px;content: '';display: block;}
.school_body_l ul li:nth-child(2n+1){margin-left: 0}
.school_body_l ul li a{color: #494949; width: 300px;float: left; overflow: hidden;}
.school_body_l ul li a:hover{color: red;}
.school_body_l ul li a:first-child{/*color: #ae0929;  float: right; */}
.school_body_l ul li span{padding-left: 10px;}

.school_header .school_logo{width: 98px;height: 98px;border-radius: 50%;overflow: hidden;border:2px solid #f2f2f2;left: 7.5%;position: absolute;top: 44px;}
.school_header .school_logo img{width: 100%; min-height: 98px;}
.school_header h1{position: absolute;top: 62px;left: calc(7.5% + 110px);font-size: 26px;color: #fff;font-weight: normal;}
.school_header h1 span{position: absolute; display: block;width: 84px;text-align: center;line-height: 24px;color: #fff;font-size: 12px;background-color: #d82323; right: -125px;top: 7px;}
.school_header .text{position: absolute;top: 105px;left: calc(7.5% + 110px);color: #fff;}
.school_header .text span{border-left:1px solid #d3d3d4;border-right:1px solid #a1a1a4;display: inline-block;height: 13px;vertical-align:middle;margin:0 12px;}
.school_header .text i{display: block;position: absolute;width: 85px;height: 85px;background:url(../images/ico_sch_rz.png) center; right: -100px;top:-60px;}
.school_header .xuanshi{width: 299px;height: 65px;position: absolute;background:url(../images/ico_sch_xy.png) center; right: 7.5%;top: 47px;}

.dingwei {
	width: 86%;min-width: 1200px;	
    margin: 15px auto;
}
.tuijian {
	width: 86%;
    min-width: 1200px;
	background-color: #fff;
    margin: 15px auto;
    padding: 0 10px 33px;
}
.ls-banner{
	margin:10px auto;
	width: 1200px;
}
.pubContent{width: 1200px;min-width: 1200px;	
    margin: 15px auto;
    /* background-color: #fff;
	padding: 0 30px; */
}
.pubContent:after{display: block;content: '';clear: both;}
.pubContent>.l{float: left;width:calc(100% - 400px);}
.pubContent>.r{float: right;width:380px;}
.position{line-height: 25px;padding-left: 35px;background:url(../images/ico_position.png) no-repeat left 10px center /* #fff */; background-size: auto 15px;color: #333;}
.position a{color: #333;}
.position a:hover{color: red;}
.posnobg{background:url(../images/ico_position.png) no-repeat left 30px center/auto 15px !important;}


.publicTitle{font-size: 20px;color: #494949;position: relative;padding-left: 15px; border-bottom: 1px solid #e4e4e4;margin-bottom: 15px; padding-bottom: 15px; padding-top: 28px;}
.publicTitle:after{display: block;content: '';width: 3px;height: 28px;background-color: #f02e2e;position: absolute; top: 27px; left: 0;}
.publicTitle a{font-size: 12px;color: #494949; position: absolute;right: 0;bottom: 10px;}
.publicTitle a:hover{color: red;}

/*右侧通用元素Start*/
.pubContent>.r .rtitle{font-size:20px;color:#494949;background-color: #fff; height: 56px; margin-top: 8px;letter-spacing: 1px;padding-left: 15px;padding-top:17px;position: relative;border-bottom: 1px solid #f0f0f0;}
.pubContent>.r .rtitle:after{height: 28px;width: 3px;position: absolute;left: 0;top: 17px;background-color: #f02e2e;display: block;content: '';}

.pubContent .form{background-color: #fff;padding-bottom: 25px;}
.pubContent .form h2{height: 55px;background-color: #fff8f8;line-height: 50px;font-size: 20px;color: #f02f2f;text-align: center;font-weight: normal;border-bottom: 1px solid #f0f0f0;}
.pubContent .form h2 img{margin-right: 13px;display: inline-block;vertical-align: middle;}
.pubContent .form ul{width: 300px;margin:10px auto 10px;}
.pubContent .form ul li{height: 47px;line-height: 50px;color: #414141;border:1px solid #ffcece;border-radius: 4px; margin-top: 10px; padding-left: 10px;position: relative;}
.pubContent .form ul li input,.pubContent .form ul li select{position: absolute;left: 55px;height: 37px;top: 5px;width:calc(100% - 60px);border:none;background:none;}
.pubContent .form span{background-color: #f02e2e; line-height: 50px;width:200px;text-align: center;font-size: 20px;color: #fff;margin:0 auto;display: block;border-radius: 5px;cursor: pointer;}

.form .xieyi {
    width: 90%;
    margin: 10px 0 0 0;
    line-height: 16px;
}
.form .xieyi span {
    width: 16px;
    line-height: 16px;
    height: 16px;
    display: inline-block;
    background-color: #f04e5d;
    border-radius: 2px;
    vertical-align: middle;
    margin: 0 13px 0 0;
    color: #333;
    cursor: pointer;
    position: relative;
}
.form .xieyi span img {
    width: 10px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 50%;
    margin-left: -5px;
}


/*学校专业*/

.major_like{background-color: #fff; margin:15px auto; padding: 0 10px 15x;overflow-y: auto;height: 720px;}
.major_like ul{/* display: flex; */}
:root {
    --ai__btn:  rgb(13, 110, 253);
    --ai__btn-shadow:  rgb(0 0 0 / 20%) 0px 3px 1px -2px, rgb(0 0 0 / 14%) 0px 2px 2px 0px, rgb(0 0 0 / 12%) 0px 1px 5px 0px;
    --ai__btn-hover:  rgb(0, 82, 163);
    --ai__btn-shadow-hover:  0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    --ai__scroll-bar:  #99b3ce ;
}
.major_like ul li{flex:1;margin-right: 12px;width: 18.98%; margin: 15px 5px;
    float: left;}
.major_like ul li:last-child{margin-right: 0;}
.major_like ul li .litpic{height: 195px;overflow: hidden;}
.major_like ul li .litpic img{width: 100%;min-height: 145px;}
.major_like ul li .litpic img:hover{-webkit-transition: .5s;  -moz-transition: .5s;  -ms-transition: .5s;  -o-transition: .5s;  transition: .5s;transform: scale(1.1);}
.major_like ul li dl{border-bottom:1px solid #eee;border-left:1px solid #eee;border-right:1px solid #eee;}
.major_like ul li dl dt{width: 100%;
    /* margin-left: 5px; */display: block;height: 45px;position: relative;}
.major_like ul li dl dd{width: 99%;display: block;margin:0 auto;padding-bottom: 5px;font-size: 12px;color: #848383;height: 25px;
    line-height: 25px;}
.major_like ul li dl dd span{color: #131313;}
.major_like ul li dl dd span img{margin:0 5px;}
.major_like ul li dl dd a{
	margin-right: 0px;font-size: 12px;
}
i.zkyx-ico {
    width: 14px;
    height: 14px;
    background-position: -260px -65px;
}
i.kcsz-ico {
    width: 14px;
    height: 14px;
    background-position: -284px -65px;
}
i.zyxz-ico {
    width: 14px;
    height: 15px;
    background-position: -236px -65px;
}
i.zsjz-ico, i.zkzy-ico, i.zyxz-ico, i.zkyx-ico, i.kcsz-ico {
    margin-right: 0px;
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url(../images/sprite_index.png) -210px -65px no-repeat;
    /* vertical-align: top; */
}


.major_like ul li dl dt a{font-size: 16px;color: #131313;display: inline-block;width: calc(100% - 5px);overflow: hidden; text-overflow: ellipsis; white-space: nowrap;line-height: 50px;}
.major_like ul li dl dt span{background-color: #ffe0e0;color: #fa6a6a;font-size: 12px; padding: 1px 3px;border-radius: 3px;min-width: 70px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; right: 0; top:17px;position: absolute;}
.major_like ul li .of{border-bottom:1px solid #eee;line-height: 53px;color: #6f6f6f;position: relative; padding-left: 5%;}
.major_like ul li .of img{margin-right: 4px;}
.major_like ul li .of span{position: absolute;right: 5%; padding-left: 11px; background:url(../images/ico_major_003.png) no-repeat left center;font-size: 12px;color: #0abf5b;}

/*学校列表*/
.recom-school li {
    padding: 10px 0;
	margin-top: 15px;
    border-bottom: 1px dashed #cccccc;
    width: 360px;
    float: left;
    margin-right: 20px;
}
.recom-school li:nth-of-type(2n) {
	/* margin-right: 10px; */
}
.recom-school li:nth-last-of-type(1),
.recom-school li:nth-last-of-type(2) {
	/* border: none; */
}
.recom-school li img {
	float: left;
	margin-bottom: 20px;
	margin-right: 17px;
	width: 118px;
	height: 118px;	
}
.recom-school li h3 a {
	font-weight: normal;
	font-size: 18px;
	color: #333;
	border: 0;
}
.recom-school li h3 a:hover {
	background: none;
	color: #00a0e9;
}
.recom-school li p {
	line-height: 23px;
	color: #666666;
	/* height: 25px; */
	overflow: hidden;
	margin: 10px 0 20px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.recom-school li .btn a {
	border: solid 1px #00a0e9;
	width: 80px;
	height: 28px;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	color: #00a0e9;
	display: inline-block;
	margin-right: 9px;
	transition: 0.5s;
}
.recom-school li a:last-of-type {
	margin-right: 0;
}
.recom-school li a:hover {
	background: #00a0e9;
	color: #fff;
}

/*专业详情*/
.specialty-info{
	margin-bottom: 30px;
}
.specialty-info .img{
	width: 335px;
}
.specialty-info .img img{
	width: 100%;
	display: block;
}

.specialty-info .info{
	width: 475px;
	color: #333;
	padding-top: 10px;
}
.specialty-info .info h2{
	font-size: 24px;
	font-weight: normal;
}
.specialty-info .info h3{
	font-sizE: 16px;
	color: #666;
	font-weight: normal;
    margin: 20px 0 17px;
}
.specialty-info .info-type{
	font-size: 14px;
	display: flex;
	margin: 10px 0 17px;
}
.specialty-info .info-type p{
    margin-right: 20px;
	font-size: 16px;
}
.specialty-info .info-type p span{
	font-size: 16px;
	color: #d30101;
}
.inner-select-school {
    margin: 10px 0 0px;
}
.inner-select-school .jiuye {
	display: inline-block;
    width: 80%;
	font-size: 14px;
    line-height: 28px;
}
.inner-select-school span, .inner-select-type span {
    float: left;
    line-height: 28px;
    margin-right: 6px;
    font-size: 16px;
}
.inner-select-school a.active {
    border-color: #00a0e9;
    color: #343434;
    position: relative;
}
.inner-select-school a {
    display: inline-block;
    padding: 0 10px;
    line-height: 26px;
    border: 1px solid #ccc;
    font-sizE: 14px;
    margin-bottom: 6px;
}
.inner-select-school a, .inner-select-type a {
    cursor: pointer;
    margin-right: 6px;
    transition: .3s;
}
.inner-select-school a.active::after, .inner-select-type a.active::after {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #00a0e9;
    position: absolute;
    bottom: 0;
    right: 0;
}
.contact-btn {
    margin-top: 20px;
}
.contact-btn a:first-of-type {
    background: #00a0e9;
    color: #fff;
    margin-right: 25px;
}
.contact-btn a {
    display: inline-block;
    border: 1px solid #00a0e9;
    line-height: 38px;
    font-size: 16px;
    padding: 0 30px;
    transition: .3s;
}
.info-content {
    /* border: 1px solid #cccccc; */
	border: 1px dashed #cccccc;
    padding: 10px 25px;
    margin-bottom: 20px;
	font-size: 16px;
	line-height: 28px;
}


.info-content .cr_dc {
    color: #0089da;
    font-size: 16px;
    padding-top: 20px;
    font-weight: bold;
}

.info-content .cr_wz {
    padding: 0px;
    margin: 0px;
    color: rgb(51, 51, 51);
    font-family: Verdana, Arial, Tahoma;
    font-size: 14px;
}

.contact-btn {
    margin-top: 20px;
}
.contact-btn a:first-of-type {
    background: #00a0e9;
    color: #fff;
    margin-right: 25px;
}
.contact-btn a {
    display: inline-block;
    border: 1px solid #00a0e9;
    line-height: 38px;
    font-size: 16px;
    padding: 0 30px;
    transition: .3s;
}
.news-title {
    font-size: 20px;
    color: #0089da;
    background: url(../images/bt-bg.png) no-repeat bottom;
    padding-left: 10px;
    margin-bottom: 10px;
	text-align: center;
}
.news-title .xiangqing{
	font-size:14px;
	line-height: 36px;
    color: #999;
}
.news-title .xiangqing span{
	margin:0 5px;
}
.news-title h2 {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #0089da;
/*     height: 45px;
    line-height: 36px; */
    margin-bottom: 10px;
}
.essay-a div{float: left}
.essay-a div:first-child{background: #0477c0;color:#fff;width: 15%;text-align: center;padding:5px 0;border-radius: 5px;  
	margin-bottom: -1px;position: relative;}
.essay-a div:first-child i{
		content: '';
    display: inline-block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #0477c0;
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -8px;
	}
.essay-a div.yibian{width: 40%;margin-left: 2%}
.essay-a div.yibian span{color:#dc201e;}
.essay-a div.yibian a{display: inline-block;width: 99%;overflow: hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align: -4px;}
.essay-b{border:1px dashed #cccccc;padding:18px 20px;}
.essay-b li{float: left;width: 50%;height: 30px;line-height: 30px;padding-right: 20px;}
.essay-b li.ri{float: right;}
.essay-b li a{float: left;width: 90%;overflow: hidden;text-overflow:ellipsis;white-space:nowrap;}
.essay-b li a:hover{color:#0477c0;}
.essay-b li span{float: right;color:#9e9c9c;font-size: 15px;}


.inner-title {
    font-size: 20px;
    font-weight: 700;
    color: #0089da;
    background: url(../images/bt-bg.png) no-repeat bottom;
    height: 45px;
    line-height: 36px;
    padding-left: 10px;
    margin-bottom: 10px;
	margin-top: 15px;
}
.inner-title h2 {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #0089da;
    background: url(../images/bt-bg.png) no-repeat bottom;
    height: 45px;
    line-height: 36px;
    margin-bottom: 10px;
}
.info-content .cr_wz {
    padding: 0px;
    margin: 0px;
    color: rgb(51, 51, 51);
    font-family: Verdana, Arial, Tahoma;
    font-size: 16px;
	    line-height: 25px;
}
.inner-title a {
    line-height: 37px;
    color: #999;
    font-size: 14px;
}
/* 真题 */
.zhentibox {
    width: 1200px;
	height: 340px;
    text-overflow: hidden;
    margin: 0 auto;
}
section {
    display: block;
}
.saide-f {
    float: right;
	margin-top: 15px;
    width: 280px;
	background: #fff;
}
.saide-f .title {
    border-bottom: 1px solid #cccccc;
    /* margin-top: 20px; */
}
.saide-f .title a:hover {
    color: #00a0e9;
}
.saide-f .title h5 {
    border-bottom: 2px solid #0477c0;
    display: inline-block;
    padding: 0px 15px;
    font-size: 18px;
    color: #0477c0;
	font-weight: 700;
	height: 58px;
    line-height: 58px;
}
.saide-f li {
    padding: 10px 0;
    border-bottom: 1px solid #cccccc;
}
.saide-f li p{
	margin:0 10px;
	color: #666;
}
.kaochang{
	margin:0 10px;
}
.kaochang strong {
	font-size: 15px;
    font-weight: 700;
}
.saide-f li a {
    display: inline-block;
    border: 1px solid #0264a3;
    height: 27px;
    line-height: 25px;
    padding: 0 5px;
    border-radius: 5px;
    background: #f8fbff;
	color: #666;
}

.items-box {
    width: 900px;
    height: 465px;
    float: left;
}
.h3 {
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}
.h3 strong {
    font-weight: bold;
    font-size: 22px;
    margin-left: 8px;
}
.zhenti{
    margin-top: 15px;
    height: 300px;
	width: 900px;
	float: left;
}
.h3 i {
    display: block;
    height: 40px;
    float: left;
}
.zhenti h3 i{
    width: 27px;
    background: url(../images/h3_bg.png) no-repeat -141px center;
} 
.items .items-box h3 i {
    width: 33px;
    background: url(../images/h3_bg.png) no-repeat 0 center;
}
.zixun-title{
    float: right;
    line-height: 45px;
}
.zixun-title span{
    font-size: 16px;
    color: #666;
    cursor: pointer;
}
.zixun-title .yearzhenti{
    font-size: 16px;
    color: #0477c0;
    cursor: pointer;
	font-weight: bold;
}
.zixun-title-active{
    font-weight: bold;
    color: #ff3441 !important;
}
.zixun-title em{
    color: #999;
    margin: 0 15px;
}
.zhentibox .zhenti .db {
    display: block !important;
    height: 158px;
    clear: both;
}

.zhenti ul{
    width: 900px;
	display: none;
}
.zhenti ul li{
    display: none;
}
.zixun-li-active{display: block !important;}
.zhenti ul li dl{
    width: 285px;
    float: left;
    /* margin-left: 20px; */
    background: #fff;
	margin: 0 7px;
}
.zhenti ul li dl:first-child{}
.zhenti ul li dl dt{
    width: 285px;
    height: 150px;
    margin-bottom: 10px;
}
.zhenti ul li dl dt a{
    display: block;
    width: 285px;
    height: 150px;
    position: relative;
}
.zhenti ul li dl dt a span{
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
    left: 0;
    bottom: 0;
}
.zhenti ul li dl dd{
    /* height: 265px; */
    padding: 0 10px;
}
.zhenti ul li dl dd p{
    height: 34px;
    line-height: 34px;
    border-bottom: 1px dotted #f2f2f2;
}
.zhenti ul li dl dd p:last-child{border: 0;}
.zhenti ul li dl dd p a{
    display: block;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    color: #666;
}
.zhenti ul li dl dd p span{
    float: right;
    color: #999;
}